Html Css Color HEX #25822F Japanese Laurel

📋 copy color: '#25822F'

red 37 ◦ green 130 ◦ blue 47

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

Shades of Japanese Laurel #25822F

Tints of Japanese Laurel #25822F

RGB

 RED value IS 37 (14.84% from 255) = 17.29%

 GREEN value IS 130 (51.17% from 255) = 60.75%

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 17.29%
G = 60.75%
B = 21.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#25822F (or 0x25822F) is known color: Japanese Laurel. HEX triplet: 25, 82 and 2F. RGB value is (37,130,47). Sum of RGB (Red+Green+Blue) = 37+130+47=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #25822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25822F is #DA7DD0. Grayscale: #5C5C5C. Windows color (decimal): -14319057 or 3113509. OLE color: 3113509.

HSL color Cylindrical-coordinate representation of color #25822F: hue angle of 126.45º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25822F is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 47 -
CMYK 0.72 0 0.64 0.49
HSL 126.45º 0.56% 0.33% -
HSV(B) 126.45º 0.72% 0.51% -
XYZ 9.26 16.56 5.4 -
YUV 92.73 102.19 88.25 -
System Red Green Blue C M Y K H S L
Decimal 37 130 47 0.72 0 0.64 0.49 126.45 0.56 0.33
Hex 25 82 2F 48 0 40 31 7E 38 21
Octal 45 202 57 110 0 100 61 176 70 41
Binary 100101 10000010 101111 1001000 0 1000000 110001 1111110 111000 100001

Color Harmonies of #25822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25822F

Black with #25822F

Text Example


Text Example

White with #25822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25822F;
 }
 .AnyTagClassName
 {
   color: #25822F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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