Html Css Color HEX #238301 Forest Green

📋 copy color: '#238301'

red 35 ◦ green 131 ◦ blue 1

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

Shades of Forest Green #238301

Tints of Forest Green #238301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 78.44%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 20.96%
G = 78.44%
B = 0.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#238301 (or 0x238301) is known color: Forest Green. HEX triplet: 23, 83 and 01. RGB value is (35,131,1). Sum of RGB (Red+Green+Blue) = 35+131+1=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 131 (51.56% from 255 or 78.44% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 131 - color contains mainly: green. Hex color #238301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238301 is #DC7CFE. Grayscale: #575757. Windows color (decimal): -14449919 or 99107. OLE color: 99107.

HSL color Cylindrical-coordinate representation of color #238301: hue angle of 104.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #238301 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 131 1 -
CMYK 0.73 0 0.99 0.49
HSL 104.31º 0.98% 0.26% -
HSV(B) 104.31º 0.99% 0.51% -
XYZ 8.81 16.59 2.77 -
YUV 87.48 79.2 90.57 -
System Red Green Blue C M Y K H S L
Decimal 35 131 1 0.73 0 0.99 0.49 104.31 0.98 0.26
Hex 23 83 1 49 0 63 31 68 62 1A
Octal 43 203 1 111 0 143 61 150 142 32
Binary 100011 10000011 1 1001001 0 1100011 110001 1101000 1100010 11010

Color Harmonies of #238301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238301

Black with #238301

Text Example


Text Example

White with #238301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238301; }

 p { color: rgb(35,131,1); }

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

background-color css

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

 a { background-color: rgb(35,131,1); }

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

border-color css

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

 span { border-color: rgb(35,131,1); }

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