Html Css Color HEX #28450B Turtle Green

📋 copy color: '#28450B'

red 40 ◦ green 69 ◦ blue 11

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

Shades of Turtle Green #28450B

Tints of Turtle Green #28450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.5%

 BLUE value IS 11 (4.69% from 255) = 9.17%

R = 33.33%
G = 57.5%
B = 9.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#28450B (or 0x28450B) is known color: Turtle Green. HEX triplet: 28, 45 and 0B. RGB value is (40,69,11). Sum of RGB (Red+Green+Blue) = 40+69+11=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #28450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28450B is #D7BAF4. Grayscale: #353535. Windows color (decimal): -14138101 or 738600. OLE color: 738600.

HSL color Cylindrical-coordinate representation of color #28450B: hue angle of 90º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28450B is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 69 11 -
CMYK 0.42 0 0.84 0.73
HSL 90º 0.73% 0.16% -
HSV(B) 90º 0.84% 0.27% -
XYZ 3.06 4.73 1.07 -
YUV 53.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 40 69 11 0.42 0 0.84 0.73 90 0.73 0.16
Hex 28 45 B 2A 0 54 49 5A 48 10
Octal 50 105 13 52 0 124 111 132 110 20
Binary 101000 1000101 1011 101010 0 1010100 1001001 1011010 1001000 10000

Color Harmonies of #28450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28450B

Black with #28450B

Text Example


Text Example

White with #28450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28450B; }

 p { color: rgb(40,69,11); }

 H1.HeaderClassName
 {
   color: #28450B;
 }
 .AnyTagClassName
 {
   color: #28450B;
 }
</style>

background-color css

<style>
 a { background-color: #28450B; }

 a { background-color: rgb(40,69,11); }

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

border-color css

<style>
 span { border-color: #28450B; }

 span { border-color: rgb(40,69,11); }

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