Html Css Color HEX #25823B Japanese Laurel

📋 copy color: '#25823B'

red 37 ◦ green 130 ◦ blue 59

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

Shades of Japanese Laurel #25823B

Tints of Japanese Laurel #25823B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.11%

R = 16.37%
G = 57.52%
B = 26.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#25823B (or 0x25823B) is known color: Japanese Laurel. HEX triplet: 25, 82 and 3B. RGB value is (37,130,59). Sum of RGB (Red+Green+Blue) = 37+130+59=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #25823B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25823B is #DA7DC4. Grayscale: #5E5E5E. Windows color (decimal): -14319045 or 3899941. OLE color: 3899941.

HSL color Cylindrical-coordinate representation of color #25823B: hue angle of 134.19º 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 #25823B is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 59 -
CMYK 0.72 0 0.55 0.49
HSL 134.19º 0.56% 0.33% -
HSV(B) 134.19º 0.72% 0.51% -
XYZ 9.53 16.67 6.85 -
YUV 94.1 108.19 87.27 -
System Red Green Blue C M Y K H S L
Decimal 37 130 59 0.72 0 0.55 0.49 134.19 0.56 0.33
Hex 25 82 3B 48 0 37 31 86 38 21
Octal 45 202 73 110 0 67 61 206 70 41
Binary 100101 10000010 111011 1001000 0 110111 110001 10000110 111000 100001

Color Harmonies of #25823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25823B

Black with #25823B

Text Example


Text Example

White with #25823B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25823B; }

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

 H1.HeaderClassName
 {
   color: #25823B;
 }
 .AnyTagClassName
 {
   color: #25823B;
 }
</style>

background-color css

<style>
 a { background-color: #25823B; }

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

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

border-color css

<style>
 span { border-color: #25823B; }

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

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