Html Css Color HEX #2C350B Turtle Green

📋 copy color: '#2C350B'

red 44 ◦ green 53 ◦ blue 11

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

Shades of Turtle Green #2C350B

Tints of Turtle Green #2C350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 49.07%

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

R = 40.74%
G = 49.07%
B = 10.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#2C350B (or 0x2C350B) is known color: Turtle Green. HEX triplet: 2C, 35 and 0B. RGB value is (44,53,11). Sum of RGB (Red+Green+Blue) = 44+53+11=108 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.74% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #2C350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C350B is #D3CAF4. Grayscale: #2D2D2D. Windows color (decimal): -13880053 or 734508. OLE color: 734508.

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

Color convert

RGB 44 53 11 -
CMYK 0.17 0 0.79 0.79
HSL 72.86º 0.66% 0.13% -
HSV(B) 72.86º 0.79% 0.21% -
XYZ 2.37 3.11 0.79 -
YUV 45.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 44 53 11 0.17 0 0.79 0.79 72.86 0.66 0.13
Hex 2C 35 B 11 0 4F 4F 49 42 D
Octal 54 65 13 21 0 117 117 111 102 15
Binary 101100 110101 1011 10001 0 1001111 1001111 1001001 1000010 1101

Color Harmonies of #2C350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C350B

Black with #2C350B

Text Example


Text Example

White with #2C350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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