#232905

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

Shades of Green Waterloo #232905

Tints of Green Waterloo #232905

Color information

#232905 (or 0x232905) is unknown color: approx Green Waterloo. HEX triplet: 23, 29 and 05. RGB value is (35,41,5). Sum of RGB (Red+Green+Blue) = 35+41+5=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #232905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232905 is #DCD6FA. Grayscale: #232323. Windows color (decimal): -14472955 or 338211. OLE color: 338211.

HSL color Cylindrical-coordinate representation of color #232905: hue angle of 70º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #232905 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB35415-
CMYK0.1500.880.84
HSL70º78.26%9.02%-
HSV(B)70º87.8%16.08%-
XYZ1.511.950.44-
YUV35.1111.01127.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.21%
GREEN value IS 41 (16.41% from 255) = 50.62%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=43.21%
G=50.62%
B=6.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal354150.1500.880.847078.269.02
Hex23295F05854464e9
Octal4351517013012410611611
Binary1000111010011011111010110001010100100011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232905; }

 p { color: rgb(35,41,5); }

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

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

 a { background-color: rgb(35,41,5); }

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

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

 span { border-color: rgb(35,41,5); }

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