Html Css Color HEX #25853A Japanese Laurel

📋 copy color: '#25853A'

red 37 ◦ green 133 ◦ blue 58

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

Shades of Japanese Laurel #25853A

Tints of Japanese Laurel #25853A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.33%

 BLUE value IS 58 (23.05% from 255) = 25.44%

R = 16.23%
G = 58.33%
B = 25.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#25853A (or 0x25853A) is known color: Japanese Laurel. HEX triplet: 25, 85 and 3A. RGB value is (37,133,58). Sum of RGB (Red+Green+Blue) = 37+133+58=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #25853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25853A is #DA7AC5. Grayscale: #5F5F5F. Windows color (decimal): -14318278 or 3835173. OLE color: 3835173.

HSL color Cylindrical-coordinate representation of color #25853A: hue angle of 133.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25853A is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 133 58 -
CMYK 0.72 0 0.56 0.48
HSL 133.13º 0.56% 0.33% -
HSV(B) 133.13º 0.72% 0.52% -
XYZ 9.91 17.47 6.85 -
YUV 95.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 37 133 58 0.72 0 0.56 0.48 133.13 0.56 0.33
Hex 25 85 3A 48 0 38 30 85 38 21
Octal 45 205 72 110 0 70 60 205 70 41
Binary 100101 10000101 111010 1001000 0 111000 110000 10000101 111000 100001

Color Harmonies of #25853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25853A

Black with #25853A

Text Example


Text Example

White with #25853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25853A; }

 p { color: rgb(37,133,58); }

 H1.HeaderClassName
 {
   color: #25853A;
 }
 .AnyTagClassName
 {
   color: #25853A;
 }
</style>

background-color css

<style>
 a { background-color: #25853A; }

 a { background-color: rgb(37,133,58); }

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

border-color css

<style>
 span { border-color: #25853A; }

 span { border-color: rgb(37,133,58); }

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