#25482F

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

Shades of Kaitoke Green #25482F

Tints of Kaitoke Green #25482F

Color information

#25482F (or 0x25482F) is unknown color: approx Kaitoke Green. HEX triplet: 25, 48 and 2F. RGB value is (37,72,47). Sum of RGB (Red+Green+Blue) = 37+72+47=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #25482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25482F is #DAB7D0. Grayscale: #3A3A3A. Windows color (decimal): -14333905 or 3098661. OLE color: 3098661.

HSL color Cylindrical-coordinate representation of color #25482F: hue angle of 137.14º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25482F is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB377247-
CMYK0.4900.350.72
HSL137.14º32.11%21.37%-
HSV(B)137.14º48.61%28.24%-
XYZ3.595.233.51-
YUV58.68121.4112.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 72 (28.52% from 255) = 46.15%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=23.72%
G=46.15%
B=30.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3772470.4900.350.72137.1432.1121.37
Hex25482F3102348892015
Octal4511057610431102114025
Binary1001011001000101111110001010001110010001000100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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