Html Css Color HEX #28320E Turtle Green

📋 copy color: '#28320E'

red 40 ◦ green 50 ◦ blue 14

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

Shades of Turtle Green #28320E

Tints of Turtle Green #28320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 48.08%

 BLUE value IS 14 (5.86% from 255) = 13.46%

R = 38.46%
G = 48.08%
B = 13.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.80

RGB Variations

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

Color information

#28320E (or 0x28320E) is known color: Turtle Green. HEX triplet: 28, 32 and 0E. RGB value is (40,50,14). Sum of RGB (Red+Green+Blue) = 40+50+14=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #28320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28320E is #D7CDF1. Grayscale: #2B2B2B. Windows color (decimal): -14142962 or 930344. OLE color: 930344.

HSL color Cylindrical-coordinate representation of color #28320E: hue angle of 76.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28320E is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 50 14 -
CMYK 0.20 0 0.72 0.80
HSL 76.67º 0.56% 0.13% -
HSV(B) 76.67º 0.72% 0.2% -
XYZ 2.09 2.76 0.84 -
YUV 42.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 40 50 14 0.20 0 0.72 0.80 76.67 0.56 0.13
Hex 28 32 E 14 0 48 50 4D 38 D
Octal 50 62 16 24 0 110 120 115 70 15
Binary 101000 110010 1110 10100 0 1001000 1010000 1001101 111000 1101

Color Harmonies of #28320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28320E

Black with #28320E

Text Example


Text Example

White with #28320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28320E; }

 p { color: rgb(40,50,14); }

 H1.HeaderClassName
 {
   color: #28320E;
 }
 .AnyTagClassName
 {
   color: #28320E;
 }
</style>

background-color css

<style>
 a { background-color: #28320E; }

 a { background-color: rgb(40,50,14); }

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

border-color css

<style>
 span { border-color: #28320E; }

 span { border-color: rgb(40,50,14); }

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