Html Css Color HEX #2C370A Turtle Green

📋 copy color: '#2C370A'

red 44 ◦ green 55 ◦ blue 10

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

Shades of Turtle Green #2C370A

Tints of Turtle Green #2C370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.17%

R = 40.37%
G = 50.46%
B = 9.17%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#2C370A (or 0x2C370A) is known color: Turtle Green. HEX triplet: 2C, 37 and 0A. RGB value is (44,55,10). Sum of RGB (Red+Green+Blue) = 44+55+10=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #2C370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C370A is #D3C8F5. Grayscale: #2E2E2E. Windows color (decimal): -13879542 or 669484. OLE color: 669484.

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

Color convert

RGB 44 55 10 -
CMYK 0.2 0 0.82 0.78
HSL 74.67º 0.69% 0.13% -
HSV(B) 74.67º 0.82% 0.22% -
XYZ 2.46 3.29 0.79 -
YUV 46.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 44 55 10 0.2 0 0.82 0.78 74.67 0.69 0.13
Hex 2C 37 A 14 0 52 4E 4B 45 D
Octal 54 67 12 24 0 122 116 113 105 15
Binary 101100 110111 1010 10100 0 1010010 1001110 1001011 1000101 1101

Color Harmonies of #2C370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C370A

Black with #2C370A

Text Example


Text Example

White with #2C370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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