Html Css Color HEX #2D360C Turtle Green

📋 copy color: '#2D360C'

red 45 ◦ green 54 ◦ blue 12

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

Shades of Turtle Green #2D360C

Tints of Turtle Green #2D360C

RGB

 RED value IS 45 (17.97% from 255) = 40.54%

 GREEN value IS 54 (21.48% from 255) = 48.65%

 BLUE value IS 12 (5.08% from 255) = 10.81%

R = 40.54%
G = 48.65%
B = 10.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.79

RGB Variations

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

Color information

#2D360C (or 0x2D360C) is known color: Turtle Green. HEX triplet: 2D, 36 and 0C. RGB value is (45,54,12). Sum of RGB (Red+Green+Blue) = 45+54+12=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #2D360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D360C is #D2C9F3. Grayscale: #2E2E2E. Windows color (decimal): -13814260 or 800301. OLE color: 800301.

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

Color convert

RGB 45 54 12 -
CMYK 0.17 0 0.78 0.79
HSL 72.86º 0.64% 0.13% -
HSV(B) 72.86º 0.78% 0.21% -
XYZ 2.47 3.22 0.84 -
YUV 46.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 45 54 12 0.17 0 0.78 0.79 72.86 0.64 0.13
Hex 2D 36 C 11 0 4E 4F 49 40 D
Octal 55 66 14 21 0 116 117 111 100 15
Binary 101101 110110 1100 10001 0 1001110 1001111 1001001 1000000 1101

Color Harmonies of #2D360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D360C

Black with #2D360C

Text Example


Text Example

White with #2D360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,54,12); }

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

background-color css

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

 a { background-color: rgb(45,54,12); }

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

border-color css

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

 span { border-color: rgb(45,54,12); }

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