#283f00

Color #283F00 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #283F00

Tints of Turtle Green #283F00

Color information

#283F00 (or 0x283F00) is unknown color: approx Turtle Green. HEX triplet: 28, 3F and 00. RGB value is (40,63,0). Sum of RGB (Red+Green+Blue) = 40+63+0=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 63 (25% from 255 or 61.17% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 63 - color contains mainly: green. Hex color #283F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283F00 is #D7C0FF. Grayscale: #313131. Windows color (decimal): -14139648 or 16168. OLE color: 16168.

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

Color convert

RGB40630-
CMYK0.37010.75
HSL81.9º100%12.35%-
HSV(B)81.9º100%24.71%-
XYZ2.654.010.63-
YUV48.94100.38121.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.83%
GREEN value IS 63 (25% from 255) = 61.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.83%
G=61.17%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal406300.37010.7581.910012.35
Hex283F0250644B5264c
Octal5077045014411312214414
Binary1010001111110100101011001001001011101001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283f00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283f00; }

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

 H1.HeaderClassName
 {
   color: #283f00;
 }
 .AnyTagClassName
 {
   color: #283f00;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #283f00;
 }
 .BgClassName
 {
   background-color: #283f00;
 }
</style>
border-color css

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

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

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