Html Css Color HEX #273008 Turtle Green

📋 copy color: '#273008'

red 39 ◦ green 48 ◦ blue 8

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

Shades of Turtle Green #273008

Tints of Turtle Green #273008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 50.53%

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

R = 41.05%
G = 50.53%
B = 8.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#273008 (or 0x273008) is known color: Turtle Green. HEX triplet: 27, 30 and 08. RGB value is (39,48,8). Sum of RGB (Red+Green+Blue) = 39+48+8=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #273008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273008 is #D8CFF7. Grayscale: #282828. Windows color (decimal): -14209016 or 536615. OLE color: 536615.

HSL color Cylindrical-coordinate representation of color #273008: hue angle of 73.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #273008 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 48 8 -
CMYK 0.19 0 0.83 0.81
HSL 73.5º 0.71% 0.11% -
HSV(B) 73.5º 0.83% 0.19% -
XYZ 1.94 2.56 0.62 -
YUV 40.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 39 48 8 0.19 0 0.83 0.81 73.5 0.71 0.11
Hex 27 30 8 13 0 53 51 4A 47 B
Octal 47 60 10 23 0 123 121 112 107 13
Binary 100111 110000 1000 10011 0 1010011 1010001 1001010 1000111 1011

Color Harmonies of #273008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273008

Black with #273008

Text Example


Text Example

White with #273008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273008; }

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

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

background-color css

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

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

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

border-color css

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

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

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