Html Css Color HEX #2C5509 Turtle Green

📋 copy color: '#2C5509'

red 44 ◦ green 85 ◦ blue 9

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

Shades of Turtle Green #2C5509

Tints of Turtle Green #2C5509

RGB

 RED value IS 44 (17.58% from 255) = 31.88%

 GREEN value IS 85 (33.59% from 255) = 61.59%

 BLUE value IS 9 (3.91% from 255) = 6.52%

R = 31.88%
G = 61.59%
B = 6.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#2C5509 (or 0x2C5509) is known color: Turtle Green. HEX triplet: 2C, 55 and 09. RGB value is (44,85,9). Sum of RGB (Red+Green+Blue) = 44+85+9=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5509 is #D3AAF6. Grayscale: #404040. Windows color (decimal): -13871863 or 611628. OLE color: 611628.

HSL color Cylindrical-coordinate representation of color #2C5509: hue angle of 92.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C5509 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 85 9 -
CMYK 0.48 0 0.89 0.67
HSL 92.37º 0.81% 0.18% -
HSV(B) 92.37º 0.89% 0.33% -
XYZ 4.34 7.05 1.39 -
YUV 64.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 44 85 9 0.48 0 0.89 0.67 92.37 0.81 0.18
Hex 2C 55 9 30 0 59 43 5C 51 12
Octal 54 125 11 60 0 131 103 134 121 22
Binary 101100 1010101 1001 110000 0 1011001 1000011 1011100 1010001 10010

Color Harmonies of #2C5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5509

Black with #2C5509

Text Example


Text Example

White with #2C5509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C5509; }

 p { color: rgb(44,85,9); }

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

background-color css

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

 a { background-color: rgb(44,85,9); }

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

border-color css

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

 span { border-color: rgb(44,85,9); }

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