Html Css Color HEX #285304 Turtle Green

📋 copy color: '#285304'

red 40 ◦ green 83 ◦ blue 4

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

Shades of Turtle Green #285304

Tints of Turtle Green #285304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 65.35%

 BLUE value IS 4 (1.95% from 255) = 3.15%

R = 31.5%
G = 65.35%
B = 3.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#285304 (or 0x285304) is known color: Turtle Green. HEX triplet: 28, 53 and 04. RGB value is (40,83,4). Sum of RGB (Red+Green+Blue) = 40+83+4=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #285304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285304 is #D7ACFB. Grayscale: #3D3D3D. Windows color (decimal): -14134524 or 283432. OLE color: 283432.

HSL color Cylindrical-coordinate representation of color #285304: hue angle of 92.66º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #285304 is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 83 4 -
CMYK 0.52 0 0.95 0.67
HSL 92.66º 0.91% 0.17% -
HSV(B) 92.66º 0.95% 0.33% -
XYZ 3.99 6.65 1.19 -
YUV 61.14 95.75 112.92 -
System Red Green Blue C M Y K H S L
Decimal 40 83 4 0.52 0 0.95 0.67 92.66 0.91 0.17
Hex 28 53 4 34 0 5F 43 5D 5B 11
Octal 50 123 4 64 0 137 103 135 133 21
Binary 101000 1010011 100 110100 0 1011111 1000011 1011101 1011011 10001

Color Harmonies of #285304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285304

Black with #285304

Text Example


Text Example

White with #285304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285304; }

 p { color: rgb(40,83,4); }

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

background-color css

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

 a { background-color: rgb(40,83,4); }

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

border-color css

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

 span { border-color: rgb(40,83,4); }

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