Html Css Color HEX #283000 Turtle Green

📋 copy color: '#283000'

red 40 ◦ green 48 ◦ blue 0

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

Shades of Turtle Green #283000

Tints of Turtle Green #283000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 54.55%

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

R = 45.45%
G = 54.55%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#283000 (or 0x283000) is known color: Turtle Green. HEX triplet: 28, 30 and 00. RGB value is (40,48,0). Sum of RGB (Red+Green+Blue) = 40+48+0=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #283000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283000 is #D7CFFF. Grayscale: #282828. Windows color (decimal): -14143488 or 12328. OLE color: 12328.

HSL color Cylindrical-coordinate representation of color #283000: hue angle of 70º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #283000 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 48 0 -
CMYK 0.17 0 1 0.81
HSL 70º 1% 0.09% -
HSV(B) 70º 1% 0.19% -
XYZ 1.93 2.57 0.39 -
YUV 40.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 40 48 0 0.17 0 1 0.81 70 1 0.09
Hex 28 30 0 11 0 64 51 46 64 9
Octal 50 60 0 21 0 144 121 106 144 11
Binary 101000 110000 0 10001 0 1100100 1010001 1000110 1100100 1001

Color Harmonies of #283000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283000

Black with #283000

Text Example


Text Example

White with #283000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283000; }

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

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

background-color css

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

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

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

border-color css

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

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

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