Html Css Color HEX #258230 Japanese Laurel

📋 copy color: '#258230'

red 37 ◦ green 130 ◦ blue 48

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

Shades of Japanese Laurel #258230

Tints of Japanese Laurel #258230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.47%

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

R = 17.21%
G = 60.47%
B = 22.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#258230 (or 0x258230) is known color: Japanese Laurel. HEX triplet: 25, 82 and 30. RGB value is (37,130,48). Sum of RGB (Red+Green+Blue) = 37+130+48=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #258230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258230 is #DA7DCF. Grayscale: #5D5D5D. Windows color (decimal): -14319056 or 3179045. OLE color: 3179045.

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

Color convert

RGB 37 130 48 -
CMYK 0.72 0 0.63 0.49
HSL 127.1º 0.56% 0.33% -
HSV(B) 127.1º 0.72% 0.51% -
XYZ 9.28 16.57 5.51 -
YUV 92.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 37 130 48 0.72 0 0.63 0.49 127.1 0.56 0.33
Hex 25 82 30 48 0 3F 31 7F 38 21
Octal 45 202 60 110 0 77 61 177 70 41
Binary 100101 10000010 110000 1001000 0 111111 110001 1111111 111000 100001

Color Harmonies of #258230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258230

Black with #258230

Text Example


Text Example

White with #258230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258230; }

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

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

background-color css

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

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

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

border-color css

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

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

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