Html Css Color HEX #25813C Japanese Laurel

📋 copy color: '#25813C'

red 37 ◦ green 129 ◦ blue 60

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

Shades of Japanese Laurel #25813C

Tints of Japanese Laurel #25813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.08%

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

R = 16.37%
G = 57.08%
B = 26.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#25813C (or 0x25813C) is known color: Japanese Laurel. HEX triplet: 25, 81 and 3C. RGB value is (37,129,60). Sum of RGB (Red+Green+Blue) = 37+129+60=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #25813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25813C is #DA7EC3. Grayscale: #5D5D5D. Windows color (decimal): -14319300 or 3965221. OLE color: 3965221.

HSL color Cylindrical-coordinate representation of color #25813C: hue angle of 135º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25813C is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 129 60 -
CMYK 0.71 0 0.53 0.49
HSL 135º 0.55% 0.33% -
HSV(B) 135º 0.71% 0.51% -
XYZ 9.43 16.42 6.95 -
YUV 93.63 109.02 87.61 -
System Red Green Blue C M Y K H S L
Decimal 37 129 60 0.71 0 0.53 0.49 135 0.55 0.33
Hex 25 81 3C 47 0 35 31 87 37 21
Octal 45 201 74 107 0 65 61 207 67 41
Binary 100101 10000001 111100 1000111 0 110101 110001 10000111 110111 100001

Color Harmonies of #25813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25813C

Black with #25813C

Text Example


Text Example

White with #25813C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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