Html Css Color HEX #2C3B13 Turtle Green

📋 copy color: '#2C3B13'

red 44 ◦ green 59 ◦ blue 19

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

Shades of Turtle Green #2C3B13

Tints of Turtle Green #2C3B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 48.36%

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 36.07%
G = 48.36%
B = 15.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.77

RGB Variations

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

Color information

#2C3B13 (or 0x2C3B13) is known color: Turtle Green. HEX triplet: 2C, 3B and 13. RGB value is (44,59,19). Sum of RGB (Red+Green+Blue) = 44+59+19=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 59 - color contains mainly: green. Hex color #2C3B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3B13 is #D3C4EC. Grayscale: #323232. Windows color (decimal): -13878509 or 1260332. OLE color: 1260332.

HSL color Cylindrical-coordinate representation of color #2C3B13: hue angle of 82.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C3B13 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.

Color convert

RGB 44 59 19 -
CMYK 0.25 0 0.68 0.77
HSL 82.5º 0.51% 0.15% -
HSV(B) 82.5º 0.68% 0.23% -
XYZ 2.72 3.71 1.19 -
YUV 49.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 44 59 19 0.25 0 0.68 0.77 82.5 0.51 0.15
Hex 2C 3B 13 19 0 44 4D 52 33 F
Octal 54 73 23 31 0 104 115 122 63 17
Binary 101100 111011 10011 11001 0 1000100 1001101 1010010 110011 1111

Color Harmonies of #2C3B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3B13

Black with #2C3B13

Text Example


Text Example

White with #2C3B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,59,19); }

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

background-color css

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

 a { background-color: rgb(44,59,19); }

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

border-color css

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

 span { border-color: rgb(44,59,19); }

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