Html Css Color HEX #25823C Japanese Laurel

📋 copy color: '#25823C'

red 37 ◦ green 130 ◦ blue 60

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

Shades of Japanese Laurel #25823C

Tints of Japanese Laurel #25823C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 16.3%
G = 57.27%
B = 26.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#25823C (or 0x25823C) is known color: Japanese Laurel. HEX triplet: 25, 82 and 3C. RGB value is (37,130,60). Sum of RGB (Red+Green+Blue) = 37+130+60=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #25823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25823C is #DA7DC3. Grayscale: #5E5E5E. Windows color (decimal): -14319044 or 3965477. OLE color: 3965477.

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

Color convert

RGB 37 130 60 -
CMYK 0.72 0 0.54 0.49
HSL 134.84º 0.56% 0.33% -
HSV(B) 134.84º 0.72% 0.51% -
XYZ 9.56 16.68 6.99 -
YUV 94.21 108.69 87.19 -
System Red Green Blue C M Y K H S L
Decimal 37 130 60 0.72 0 0.54 0.49 134.84 0.56 0.33
Hex 25 82 3C 48 0 36 31 87 38 21
Octal 45 202 74 110 0 66 61 207 70 41
Binary 100101 10000010 111100 1001000 0 110110 110001 10000111 111000 100001

Color Harmonies of #25823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25823C

Black with #25823C

Text Example


Text Example

White with #25823C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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