Html Css Color HEX #284100 Turtle Green

📋 copy color: '#284100'

red 40 ◦ green 65 ◦ blue 0

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

Shades of Turtle Green #284100

Tints of Turtle Green #284100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 61.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.1%
G = 61.9%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#284100 (or 0x284100) is known color: Turtle Green. HEX triplet: 28, 41 and 00. RGB value is (40,65,0). Sum of RGB (Red+Green+Blue) = 40+65+0=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #284100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284100 is #D7BEFF. Grayscale: #323232. Windows color (decimal): -14139136 or 16680. OLE color: 16680.

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

Color convert

RGB 40 65 0 -
CMYK 0.38 0 1 0.75
HSL 83.08º 1% 0.13% -
HSV(B) 83.08º 1% 0.25% -
XYZ 2.77 4.23 0.67 -
YUV 50.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 40 65 0 0.38 0 1 0.75 83.08 1 0.13
Hex 28 41 0 26 0 64 4B 53 64 D
Octal 50 101 0 46 0 144 113 123 144 15
Binary 101000 1000001 0 100110 0 1100100 1001011 1010011 1100100 1101

Color Harmonies of #284100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284100

Black with #284100

Text Example


Text Example

White with #284100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284100; }

 p { color: rgb(40,65,0); }

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

background-color css

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

 a { background-color: rgb(40,65,0); }

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

border-color css

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

 span { border-color: rgb(40,65,0); }

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