Html Css Color HEX #2C380B Turtle Green

📋 copy color: '#2C380B'

red 44 ◦ green 56 ◦ blue 11

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

Shades of Turtle Green #2C380B

Tints of Turtle Green #2C380B

RGB

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

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

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

R = 39.64%
G = 50.45%
B = 9.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#2C380B (or 0x2C380B) is known color: Turtle Green. HEX triplet: 2C, 38 and 0B. RGB value is (44,56,11). Sum of RGB (Red+Green+Blue) = 44+56+11=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #2C380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C380B is #D3C7F4. Grayscale: #2F2F2F. Windows color (decimal): -13879285 or 735276. OLE color: 735276.

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

Color convert

RGB 44 56 11 -
CMYK 0.21 0 0.80 0.78
HSL 76º 0.67% 0.13% -
HSV(B) 76º 0.8% 0.22% -
XYZ 2.51 3.39 0.84 -
YUV 47.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 44 56 11 0.21 0 0.80 0.78 76 0.67 0.13
Hex 2C 38 B 15 0 50 4E 4C 43 D
Octal 54 70 13 25 0 120 116 114 103 15
Binary 101100 111000 1011 10101 0 1010000 1001110 1001100 1000011 1101

Color Harmonies of #2C380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C380B

Black with #2C380B

Text Example


Text Example

White with #2C380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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