Html Css Color HEX #28370C Turtle Green

📋 copy color: '#28370C'

red 40 ◦ green 55 ◦ blue 12

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

Shades of Turtle Green #28370C

Tints of Turtle Green #28370C

RGB

 RED value IS 40 (16.02% from 255) = 37.38%

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

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

R = 37.38%
G = 51.4%
B = 11.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#28370C (or 0x28370C) is known color: Turtle Green. HEX triplet: 28, 37 and 0C. RGB value is (40,55,12). Sum of RGB (Red+Green+Blue) = 40+55+12=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #28370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28370C is #D7C8F3. Grayscale: #2D2D2D. Windows color (decimal): -14141684 or 800552. OLE color: 800552.

HSL color Cylindrical-coordinate representation of color #28370C: hue angle of 80.93º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28370C is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 55 12 -
CMYK 0.27 0 0.78 0.78
HSL 80.93º 0.64% 0.13% -
HSV(B) 80.93º 0.78% 0.22% -
XYZ 2.31 3.21 0.85 -
YUV 45.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 40 55 12 0.27 0 0.78 0.78 80.93 0.64 0.13
Hex 28 37 C 1B 0 4E 4E 51 40 D
Octal 50 67 14 33 0 116 116 121 100 15
Binary 101000 110111 1100 11011 0 1001110 1001110 1010001 1000000 1101

Color Harmonies of #28370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28370C

Black with #28370C

Text Example


Text Example

White with #28370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28370C; }

 p { color: rgb(40,55,12); }

 H1.HeaderClassName
 {
   color: #28370C;
 }
 .AnyTagClassName
 {
   color: #28370C;
 }
</style>

background-color css

<style>
 a { background-color: #28370C; }

 a { background-color: rgb(40,55,12); }

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

border-color css

<style>
 span { border-color: #28370C; }

 span { border-color: rgb(40,55,12); }

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