Html Css Color HEX #258235 Japanese Laurel

📋 copy color: '#258235'

red 37 ◦ green 130 ◦ blue 53

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

Shades of Japanese Laurel #258235

Tints of Japanese Laurel #258235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 16.82%
G = 59.09%
B = 24.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#258235 (or 0x258235) is known color: Japanese Laurel. HEX triplet: 25, 82 and 35. RGB value is (37,130,53). Sum of RGB (Red+Green+Blue) = 37+130+53=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #258235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258235 is #DA7DCA. Grayscale: #5D5D5D. Windows color (decimal): -14319051 or 3506725. OLE color: 3506725.

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

Color convert

RGB 37 130 53 -
CMYK 0.72 0 0.59 0.49
HSL 130.32º 0.56% 0.33% -
HSV(B) 130.32º 0.72% 0.51% -
XYZ 9.39 16.62 6.08 -
YUV 93.42 105.19 87.76 -
System Red Green Blue C M Y K H S L
Decimal 37 130 53 0.72 0 0.59 0.49 130.32 0.56 0.33
Hex 25 82 35 48 0 3B 31 82 38 21
Octal 45 202 65 110 0 73 61 202 70 41
Binary 100101 10000010 110101 1001000 0 111011 110001 10000010 111000 100001

Color Harmonies of #258235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258235

Black with #258235

Text Example


Text Example

White with #258235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258235; }

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

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

background-color css

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

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

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

border-color css

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

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

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