Html Css Color HEX #2C3409 Turtle Green

📋 copy color: '#2C3409'

red 44 ◦ green 52 ◦ blue 9

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

Shades of Turtle Green #2C3409

Tints of Turtle Green #2C3409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.52%

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

R = 41.9%
G = 49.52%
B = 8.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#2C3409 (or 0x2C3409) is known color: Turtle Green. HEX triplet: 2C, 34 and 09. RGB value is (44,52,9). Sum of RGB (Red+Green+Blue) = 44+52+9=105 (13% of max value = 765). Red value is 44 (17.58% from 255 or 41.90% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3409 is #D3CBF6. Grayscale: #2C2C2C. Windows color (decimal): -13880311 or 603180. OLE color: 603180.

HSL color Cylindrical-coordinate representation of color #2C3409: hue angle of 71.16º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C3409 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB 44 52 9 -
CMYK 0.15 0 0.83 0.80
HSL 71.16º 0.7% 0.12% -
HSV(B) 71.16º 0.83% 0.2% -
XYZ 2.32 3.01 0.72 -
YUV 44.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 44 52 9 0.15 0 0.83 0.80 71.16 0.7 0.12
Hex 2C 34 9 F 0 53 50 47 46 C
Octal 54 64 11 17 0 123 120 107 106 14
Binary 101100 110100 1001 1111 0 1010011 1010000 1000111 1000110 1100

Color Harmonies of #2C3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3409

Black with #2C3409

Text Example


Text Example

White with #2C3409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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