Html Css Color HEX #2C330B Turtle Green

📋 copy color: '#2C330B'

red 44 ◦ green 51 ◦ blue 11

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

Shades of Turtle Green #2C330B

Tints of Turtle Green #2C330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 48.11%

 BLUE value IS 11 (4.69% from 255) = 10.38%

R = 41.51%
G = 48.11%
B = 10.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.8

RGB Variations

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

Color information

#2C330B (or 0x2C330B) is known color: Turtle Green. HEX triplet: 2C, 33 and 0B. RGB value is (44,51,11). Sum of RGB (Red+Green+Blue) = 44+51+11=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #2C330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C330B is #D3CCF4. Grayscale: #2C2C2C. Windows color (decimal): -13880565 or 733996. OLE color: 733996.

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

Color convert

RGB 44 51 11 -
CMYK 0.14 0 0.78 0.8
HSL 70.5º 0.65% 0.12% -
HSV(B) 70.5º 0.78% 0.2% -
XYZ 2.28 2.93 0.76 -
YUV 44.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 44 51 11 0.14 0 0.78 0.8 70.5 0.65 0.12
Hex 2C 33 B E 0 4E 50 46 41 C
Octal 54 63 13 16 0 116 120 106 101 14
Binary 101100 110011 1011 1110 0 1001110 1010000 1000110 1000001 1100

Color Harmonies of #2C330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C330B

Black with #2C330B

Text Example


Text Example

White with #2C330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,51,11); }

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

background-color css

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

 a { background-color: rgb(44,51,11); }

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

border-color css

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

 span { border-color: rgb(44,51,11); }

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