#25532F

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

Shades of Kaitoke Green #25532F

Tints of Kaitoke Green #25532F

Color information

#25532F (or 0x25532F) is unknown color: approx Kaitoke Green. HEX triplet: 25, 53 and 2F. RGB value is (37,83,47). Sum of RGB (Red+Green+Blue) = 37+83+47=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #25532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25532F is #DAACD0. Grayscale: #414141. Windows color (decimal): -14331089 or 3101477. OLE color: 3101477.

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

Color convert

RGB378347-
CMYK0.5500.430.67
HSL133.04º38.33%23.53%-
HSV(B)133.04º55.42%32.55%-
XYZ4.376.793.77-
YUV65.14117.76107.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=22.16%
G=49.70%
B=28.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3783470.5500.430.67133.0438.3323.53
Hex25532F3702B43852618
Octal4512357670531032054630
Binary1001011010011101111110111010101110000111000010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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