Html Css Color HEX #2C370F Turtle Green

📋 copy color: '#2C370F'

red 44 ◦ green 55 ◦ blue 15

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

Shades of Turtle Green #2C370F

Tints of Turtle Green #2C370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 48.25%

 BLUE value IS 15 (6.25% from 255) = 13.16%

R = 38.6%
G = 48.25%
B = 13.16%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#2C370F (or 0x2C370F) is known color: Turtle Green. HEX triplet: 2C, 37 and 0F. RGB value is (44,55,15). Sum of RGB (Red+Green+Blue) = 44+55+15=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #2C370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C370F is #D3C8F0. Grayscale: #2F2F2F. Windows color (decimal): -13879537 or 997164. OLE color: 997164.

HSL color Cylindrical-coordinate representation of color #2C370F: hue angle of 76.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C370F is Cyan = 0.2, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 44 55 15 -
CMYK 0.2 0 0.73 0.78
HSL 76.5º 0.57% 0.14% -
HSV(B) 76.5º 0.73% 0.22% -
XYZ 2.49 3.3 0.96 -
YUV 47.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 44 55 15 0.2 0 0.73 0.78 76.5 0.57 0.14
Hex 2C 37 F 14 0 49 4E 4C 39 E
Octal 54 67 17 24 0 111 116 114 71 16
Binary 101100 110111 1111 10100 0 1001001 1001110 1001100 111001 1110

Color Harmonies of #2C370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C370F

Black with #2C370F

Text Example


Text Example

White with #2C370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,55,15); }

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

background-color css

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

 a { background-color: rgb(44,55,15); }

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

border-color css

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

 span { border-color: rgb(44,55,15); }

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