Html Css Color HEX #2C530A Turtle Green

📋 copy color: '#2C530A'

red 44 ◦ green 83 ◦ blue 10

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

Shades of Turtle Green #2C530A

Tints of Turtle Green #2C530A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 60.58%

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

R = 32.12%
G = 60.58%
B = 7.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#2C530A (or 0x2C530A) is known color: Turtle Green. HEX triplet: 2C, 53 and 0A. RGB value is (44,83,10). Sum of RGB (Red+Green+Blue) = 44+83+10=137 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.12% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #2C530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C530A is #D3ACF5. Grayscale: #3F3F3F. Windows color (decimal): -13872374 or 676652. OLE color: 676652.

HSL color Cylindrical-coordinate representation of color #2C530A: hue angle of 92.05º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C530A is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 83 10 -
CMYK 0.47 0 0.88 0.67
HSL 92.05º 0.78% 0.18% -
HSV(B) 92.05º 0.88% 0.33% -
XYZ 4.19 6.74 1.37 -
YUV 63.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 44 83 10 0.47 0 0.88 0.67 92.05 0.78 0.18
Hex 2C 53 A 2F 0 58 43 5C 4E 12
Octal 54 123 12 57 0 130 103 134 116 22
Binary 101100 1010011 1010 101111 0 1011000 1000011 1011100 1001110 10010

Color Harmonies of #2C530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C530A

Black with #2C530A

Text Example


Text Example

White with #2C530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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