Html Css Color HEX #23853C Japanese Laurel

📋 copy color: '#23853C'

red 35 ◦ green 133 ◦ blue 60

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

Shades of Japanese Laurel #23853C

Tints of Japanese Laurel #23853C

RGB

 RED value IS 35 (14.06% from 255) = 15.35%

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

 BLUE value IS 60 (23.83% from 255) = 26.32%

R = 15.35%
G = 58.33%
B = 26.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#23853C (or 0x23853C) is known color: Japanese Laurel. HEX triplet: 23, 85 and 3C. RGB value is (35,133,60). Sum of RGB (Red+Green+Blue) = 35+133+60=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #23853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23853C is #DC7AC3. Grayscale: #5F5F5F. Windows color (decimal): -14449348 or 3966243. OLE color: 3966243.

HSL color Cylindrical-coordinate representation of color #23853C: hue angle of 135.31º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23853C is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 133 60 -
CMYK 0.74 0 0.55 0.48
HSL 135.31º 0.58% 0.33% -
HSV(B) 135.31º 0.74% 0.52% -
XYZ 9.9 17.46 7.12 -
YUV 95.38 108.03 84.94 -
System Red Green Blue C M Y K H S L
Decimal 35 133 60 0.74 0 0.55 0.48 135.31 0.58 0.33
Hex 23 85 3C 4A 0 37 30 87 3A 21
Octal 43 205 74 112 0 67 60 207 72 41
Binary 100011 10000101 111100 1001010 0 110111 110000 10000111 111010 100001

Color Harmonies of #23853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23853C

Black with #23853C

Text Example


Text Example

White with #23853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23853C; }

 p { color: rgb(35,133,60); }

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

background-color css

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

 a { background-color: rgb(35,133,60); }

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

border-color css

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

 span { border-color: rgb(35,133,60); }

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