Html Css Color HEX #258130 Japanese Laurel

📋 copy color: '#258130'

red 37 ◦ green 129 ◦ blue 48

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

Shades of Japanese Laurel #258130

Tints of Japanese Laurel #258130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.43%

R = 17.29%
G = 60.28%
B = 22.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#258130 (or 0x258130) is known color: Japanese Laurel. HEX triplet: 25, 81 and 30. RGB value is (37,129,48). Sum of RGB (Red+Green+Blue) = 37+129+48=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #258130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258130 is #DA7ECF. Grayscale: #5C5C5C. Windows color (decimal): -14319312 or 3178789. OLE color: 3178789.

HSL color Cylindrical-coordinate representation of color #258130: hue angle of 127.17º 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 #258130 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 129 48 -
CMYK 0.71 0 0.63 0.49
HSL 127.17º 0.55% 0.33% -
HSV(B) 127.17º 0.71% 0.51% -
XYZ 9.15 16.31 5.46 -
YUV 92.26 103.02 88.59 -
System Red Green Blue C M Y K H S L
Decimal 37 129 48 0.71 0 0.63 0.49 127.17 0.55 0.33
Hex 25 81 30 47 0 3F 31 7F 37 21
Octal 45 201 60 107 0 77 61 177 67 41
Binary 100101 10000001 110000 1000111 0 111111 110001 1111111 110111 100001

Color Harmonies of #258130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258130

Black with #258130

Text Example


Text Example

White with #258130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258130; }

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

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

background-color css

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

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

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

border-color css

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

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

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