Html Css Color HEX #25482F Kaitoke Green

📋 copy color: '#25482F'

red 37 ◦ green 72 ◦ blue 47

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

Shades of Kaitoke Green #25482F

Tints of Kaitoke Green #25482F

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 value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#25482F (or 0x25482F) is known color: 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

RGB 37 72 47 -
CMYK 0.49 0 0.35 0.72
HSL 137.14º 0.32% 0.21% -
HSV(B) 137.14º 0.49% 0.28% -
XYZ 3.59 5.23 3.51 -
YUV 58.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 37 72 47 0.49 0 0.35 0.72 137.14 0.32 0.21
Hex 25 48 2F 31 0 23 48 89 20 15
Octal 45 110 57 61 0 43 110 211 40 25
Binary 100101 1001000 101111 110001 0 100011 1001000 10001001 100000 10101

Color Harmonies of #25482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25482F

Black with #25482F

Text Example


Text Example

White with #25482F

Text Example


Text Example

HTML Codes & Css Web 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>