Html Css Color HEX #282F09 Green Waterloo

📋 copy color: '#282F09'

red 40 ◦ green 47 ◦ blue 9

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

Shades of Green Waterloo #282F09

Tints of Green Waterloo #282F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 48.96%

 BLUE value IS 9 (3.91% from 255) = 9.38%

R = 41.67%
G = 48.96%
B = 9.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.82

RGB Variations

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

Color information

#282F09 (or 0x282F09) is known color: Green Waterloo. HEX triplet: 28, 2F and 09. RGB value is (40,47,9). Sum of RGB (Red+Green+Blue) = 40+47+9=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 47 - color contains mainly: green. Hex color #282F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282F09 is #D7D0F6. Grayscale: #282828. Windows color (decimal): -14143735 or 601896. OLE color: 601896.

HSL color Cylindrical-coordinate representation of color #282F09: hue angle of 71.05º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #282F09 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.82.

Color convert

RGB 40 47 9 -
CMYK 0.15 0 0.81 0.82
HSL 71.05º 0.68% 0.11% -
HSV(B) 71.05º 0.81% 0.18% -
XYZ 1.94 2.5 0.64 -
YUV 40.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 40 47 9 0.15 0 0.81 0.82 71.05 0.68 0.11
Hex 28 2F 9 F 0 51 52 47 44 B
Octal 50 57 11 17 0 121 122 107 104 13
Binary 101000 101111 1001 1111 0 1010001 1010010 1000111 1000100 1011

Color Harmonies of #282F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282F09

Black with #282F09

Text Example


Text Example

White with #282F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282F09; }

 p { color: rgb(40,47,9); }

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

background-color css

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

 a { background-color: rgb(40,47,9); }

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

border-color css

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

 span { border-color: rgb(40,47,9); }

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