#25542F

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

Shades of Kaitoke Green #25542F

Tints of Kaitoke Green #25542F

Color information

#25542F (or 0x25542F) is unknown color: approx Kaitoke Green. HEX triplet: 25, 54 and 2F. RGB value is (37,84,47). Sum of RGB (Red+Green+Blue) = 37+84+47=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #25542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25542F is #DAABD0. Grayscale: #414141. Windows color (decimal): -14330833 or 3101733. OLE color: 3101733.

HSL color Cylindrical-coordinate representation of color #25542F: hue angle of 132.77º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #25542F is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB378447-
CMYK0.5600.440.67
HSL132.77º38.84%23.73%-
HSV(B)132.77º55.95%32.94%-
XYZ4.456.943.79-
YUV65.73117.43107.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=22.02%
G=50%
B=27.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3784470.5600.440.67132.7738.8423.73
Hex25542F3802C43852718
Octal4512457700541032054730
Binary1001011010100101111111000010110010000111000010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25542F; }

 p { color: rgb(37,84,47); }

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

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

 a { background-color: rgb(37,84,47); }

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

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

 span { border-color: rgb(37,84,47); }

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