Html Css Color HEX #284002 Turtle Green

📋 copy color: '#284002'

red 40 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #284002

Tints of Turtle Green #284002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 60.38%

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

R = 37.74%
G = 60.38%
B = 1.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#284002 (or 0x284002) is known color: Turtle Green. HEX triplet: 28, 40 and 02. RGB value is (40,64,2). Sum of RGB (Red+Green+Blue) = 40+64+2=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #284002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284002 is #D7BFFD. Grayscale: #313131. Windows color (decimal): -14139390 or 147496. OLE color: 147496.

HSL color Cylindrical-coordinate representation of color #284002: hue angle of 83.23º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #284002 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 64 2 -
CMYK 0.38 0 0.97 0.75
HSL 83.23º 0.94% 0.13% -
HSV(B) 83.23º 0.97% 0.25% -
XYZ 2.72 4.12 0.71 -
YUV 49.76 101.05 121.04 -
System Red Green Blue C M Y K H S L
Decimal 40 64 2 0.38 0 0.97 0.75 83.23 0.94 0.13
Hex 28 40 2 26 0 61 4B 53 5E D
Octal 50 100 2 46 0 141 113 123 136 15
Binary 101000 1000000 10 100110 0 1100001 1001011 1010011 1011110 1101

Color Harmonies of #284002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284002

Black with #284002

Text Example


Text Example

White with #284002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284002; }

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

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

background-color css

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

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

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

border-color css

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

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

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