Html Css Color HEX #284A02 Turtle Green

📋 copy color: '#284A02'

red 40 ◦ green 74 ◦ blue 2

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

Shades of Turtle Green #284A02

Tints of Turtle Green #284A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 63.79%

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

R = 34.48%
G = 63.79%
B = 1.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#284A02 (or 0x284A02) is known color: Turtle Green. HEX triplet: 28, 4A and 02. RGB value is (40,74,2). Sum of RGB (Red+Green+Blue) = 40+74+2=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 74 (29.30% from 255 or 63.79% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 74 - color contains mainly: green. Hex color #284A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284A02 is #D7B5FD. Grayscale: #373737. Windows color (decimal): -14136830 or 150056. OLE color: 150056.

HSL color Cylindrical-coordinate representation of color #284A02: hue angle of 88.33º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #284A02 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 74 2 -
CMYK 0.46 0 0.97 0.71
HSL 88.33º 0.95% 0.15% -
HSV(B) 88.33º 0.97% 0.29% -
XYZ 3.33 5.35 0.91 -
YUV 55.63 97.74 116.85 -
System Red Green Blue C M Y K H S L
Decimal 40 74 2 0.46 0 0.97 0.71 88.33 0.95 0.15
Hex 28 4A 2 2E 0 61 47 58 5F F
Octal 50 112 2 56 0 141 107 130 137 17
Binary 101000 1001010 10 101110 0 1100001 1000111 1011000 1011111 1111

Color Harmonies of #284A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A02

Black with #284A02

Text Example


Text Example

White with #284A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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