Html Css Color HEX #284201 Turtle Green

📋 copy color: '#284201'

red 40 ◦ green 66 ◦ blue 1

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

Shades of Turtle Green #284201

Tints of Turtle Green #284201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 61.68%

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 37.38%
G = 61.68%
B = 0.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#284201 (or 0x284201) is known color: Turtle Green. HEX triplet: 28, 42 and 01. RGB value is (40,66,1). Sum of RGB (Red+Green+Blue) = 40+66+1=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #284201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284201 is #D7BDFE. Grayscale: #333333. Windows color (decimal): -14138879 or 82472. OLE color: 82472.

HSL color Cylindrical-coordinate representation of color #284201: hue angle of 84º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #284201 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 1 -
CMYK 0.39 0 0.98 0.74
HSL 84º 0.97% 0.13% -
HSV(B) 84º 0.98% 0.26% -
XYZ 2.83 4.35 0.72 -
YUV 50.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 40 66 1 0.39 0 0.98 0.74 84 0.97 0.13
Hex 28 42 1 27 0 62 4A 54 61 D
Octal 50 102 1 47 0 142 112 124 141 15
Binary 101000 1000010 1 100111 0 1100010 1001010 1010100 1100001 1101

Color Harmonies of #284201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284201

Black with #284201

Text Example


Text Example

White with #284201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284201; }

 p { color: rgb(40,66,1); }

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

background-color css

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

 a { background-color: rgb(40,66,1); }

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

border-color css

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

 span { border-color: rgb(40,66,1); }

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