Html Css Color HEX #25853B Japanese Laurel

📋 copy color: '#25853B'

red 37 ◦ green 133 ◦ blue 59

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

Shades of Japanese Laurel #25853B

Tints of Japanese Laurel #25853B

RGB

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

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

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

R = 16.16%
G = 58.08%
B = 25.76%

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

#25853B (or 0x25853B) is known color: Japanese Laurel. HEX triplet: 25, 85 and 3B. RGB value is (37,133,59). Sum of RGB (Red+Green+Blue) = 37+133+59=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #25853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25853B is #DA7AC4. Grayscale: #606060. Windows color (decimal): -14318277 or 3900709. OLE color: 3900709.

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

Color convert

RGB 37 133 59 -
CMYK 0.72 0 0.56 0.48
HSL 133.75º 0.56% 0.33% -
HSV(B) 133.75º 0.72% 0.52% -
XYZ 9.94 17.48 6.99 -
YUV 95.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 37 133 59 0.72 0 0.56 0.48 133.75 0.56 0.33
Hex 25 85 3B 48 0 38 30 86 38 21
Octal 45 205 73 110 0 70 60 206 70 41
Binary 100101 10000101 111011 1001000 0 111000 110000 10000110 111000 100001

Color Harmonies of #25853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25853B

Black with #25853B

Text Example


Text Example

White with #25853B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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