Html Css Color HEX #273208 Turtle Green

📋 copy color: '#273208'

red 39 ◦ green 50 ◦ blue 8

#273208
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #273208

Tints of Turtle Green #273208

RGB

 RED value IS 39 (15.63% from 255) = 40.21%

 GREEN value IS 50 (19.92% from 255) = 51.55%

 BLUE value IS 8 (3.52% from 255) = 8.25%

R = 40.21%
G = 51.55%
B = 8.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.80

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#273208 (or 0x273208) is known color: Turtle Green. HEX triplet: 27, 32 and 08. RGB value is (39,50,8). Sum of RGB (Red+Green+Blue) = 39+50+8=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #273208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273208 is #D8CDF7. Grayscale: #2A2A2A. Windows color (decimal): -14208504 or 537127. OLE color: 537127.

HSL color Cylindrical-coordinate representation of color #273208: hue angle of 75.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #273208 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 50 8 -
CMYK 0.22 0 0.84 0.80
HSL 75.71º 0.72% 0.11% -
HSV(B) 75.71º 0.84% 0.2% -
XYZ 2.02 2.73 0.65 -
YUV 41.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 39 50 8 0.22 0 0.84 0.80 75.71 0.72 0.11
Hex 27 32 8 16 0 54 50 4C 48 B
Octal 47 62 10 26 0 124 120 114 110 13
Binary 100111 110010 1000 10110 0 1010100 1010000 1001100 1001000 1011

Color Harmonies of #273208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273208

Black with #273208

Text Example


Text Example

White with #273208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273208; }

 p { color: rgb(39,50,8); }

 H1.HeaderClassName
 {
   color: #273208;
 }
 .AnyTagClassName
 {
   color: #273208;
 }
</style>

background-color css

<style>
 a { background-color: #273208; }

 a { background-color: rgb(39,50,8); }

 div.DivClassName
 {
   background-color: #273208;
 }
 .BgClassName
 {
   background-color: #273208;
 }
</style>

border-color css

<style>
 span { border-color: #273208; }

 span { border-color: rgb(39,50,8); }

 td.TdClassName
 {
   border-color: #273208;
 }
 .TagClassName
 {
   border-color: #273208;
 }
</style>