Html Css Color HEX #2C380C Turtle Green

📋 copy color: '#2C380C'

red 44 ◦ green 56 ◦ blue 12

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

Shades of Turtle Green #2C380C

Tints of Turtle Green #2C380C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50%

 BLUE value IS 12 (5.08% from 255) = 10.71%

R = 39.29%
G = 50%
B = 10.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#2C380C (or 0x2C380C) is known color: Turtle Green. HEX triplet: 2C, 38 and 0C. RGB value is (44,56,12). Sum of RGB (Red+Green+Blue) = 44+56+12=112 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.29% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #2C380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C380C is #D3C7F3. Grayscale: #2F2F2F. Windows color (decimal): -13879284 or 800812. OLE color: 800812.

HSL color Cylindrical-coordinate representation of color #2C380C: hue angle of 76.36º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C380C is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 44 56 12 -
CMYK 0.21 0 0.79 0.78
HSL 76.36º 0.65% 0.13% -
HSV(B) 76.36º 0.79% 0.22% -
XYZ 2.52 3.39 0.87 -
YUV 47.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 44 56 12 0.21 0 0.79 0.78 76.36 0.65 0.13
Hex 2C 38 C 15 0 4F 4E 4C 41 D
Octal 54 70 14 25 0 117 116 114 101 15
Binary 101100 111000 1100 10101 0 1001111 1001110 1001100 1000001 1101

Color Harmonies of #2C380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C380C

Black with #2C380C

Text Example


Text Example

White with #2C380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,56,12); }

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

background-color css

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

 a { background-color: rgb(44,56,12); }

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

border-color css

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

 span { border-color: rgb(44,56,12); }

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