Html Css Color HEX #285002 Turtle Green

📋 copy color: '#285002'

red 40 ◦ green 80 ◦ blue 2

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

Shades of Turtle Green #285002

Tints of Turtle Green #285002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 65.57%

 BLUE value IS 2 (1.17% from 255) = 1.64%

R = 32.79%
G = 65.57%
B = 1.64%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#285002 (or 0x285002) is known color: Turtle Green. HEX triplet: 28, 50 and 02. RGB value is (40,80,2). Sum of RGB (Red+Green+Blue) = 40+80+2=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #285002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285002 is #D7AFFD. Grayscale: #3B3B3B. Windows color (decimal): -14135294 or 151592. OLE color: 151592.

HSL color Cylindrical-coordinate representation of color #285002: hue angle of 90.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #285002 is Cyan = 0.5, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 80 2 -
CMYK 0.5 0 0.98 0.69
HSL 90.77º 0.95% 0.16% -
HSV(B) 90.77º 0.98% 0.31% -
XYZ 3.75 6.19 1.05 -
YUV 59.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 40 80 2 0.5 0 0.98 0.69 90.77 0.95 0.16
Hex 28 50 2 32 0 62 45 5B 5F 10
Octal 50 120 2 62 0 142 105 133 137 20
Binary 101000 1010000 10 110010 0 1100010 1000101 1011011 1011111 10000

Color Harmonies of #285002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285002

Black with #285002

Text Example


Text Example

White with #285002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285002; }

 p { color: rgb(40,80,2); }

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

background-color css

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

 a { background-color: rgb(40,80,2); }

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

border-color css

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

 span { border-color: rgb(40,80,2); }

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