Html Css Color HEX #25741F Japanese Laurel

📋 copy color: '#25741F'

red 37 ◦ green 116 ◦ blue 31

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

Shades of Japanese Laurel #25741F

Tints of Japanese Laurel #25741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.04%

 BLUE value IS 31 (12.5% from 255) = 16.85%

R = 20.11%
G = 63.04%
B = 16.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#25741F (or 0x25741F) is known color: Japanese Laurel. HEX triplet: 25, 74 and 1F. RGB value is (37,116,31). Sum of RGB (Red+Green+Blue) = 37+116+31=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #25741F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25741F is #DA8BE0. Grayscale: #525252. Windows color (decimal): -14322657 or 2061349. OLE color: 2061349.

HSL color Cylindrical-coordinate representation of color #25741F: hue angle of 115.76º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25741F is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 116 31 -
CMYK 0.68 0 0.73 0.55
HSL 115.76º 0.58% 0.29% -
HSV(B) 115.76º 0.73% 0.45% -
XYZ 7.26 12.98 3.42 -
YUV 82.69 98.83 95.41 -
System Red Green Blue C M Y K H S L
Decimal 37 116 31 0.68 0 0.73 0.55 115.76 0.58 0.29
Hex 25 74 1F 44 0 49 37 74 3A 1D
Octal 45 164 37 104 0 111 67 164 72 35
Binary 100101 1110100 11111 1000100 0 1001001 110111 1110100 111010 11101

Color Harmonies of #25741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25741F

Black with #25741F

Text Example


Text Example

White with #25741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25741F; }

 p { color: rgb(37,116,31); }

 H1.HeaderClassName
 {
   color: #25741F;
 }
 .AnyTagClassName
 {
   color: #25741F;
 }
</style>

background-color css

<style>
 a { background-color: #25741F; }

 a { background-color: rgb(37,116,31); }

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

border-color css

<style>
 span { border-color: #25741F; }

 span { border-color: rgb(37,116,31); }

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